Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4278 | GEN006360 | SV-45905r1_rule | Medium |
Description |
---|
If critical system files do not have a privileged group-owner, system integrity could be compromised. |
STIG | Date |
---|---|
SUSE Linux Enterprise Server v11 for System z | 2016-12-20 |
Check Text ( C-43213r1_chk ) |
---|
Check "/etc/news" files group ownership: Procedure: # ls -al /etc/news If "/etc/news" files are not group-owned by root or news, this is a finding. |
Fix Text (F-39284r1_fix) |
---|
Change the group-owner of the files in "/etc/news" to root or news. Procedure: # chgrp root /etc/news/* |